A. All users within a single tunnel
B. All Users of an application
C. A Single session
D. All of the above
Advertisement
Related Mcqs:
- If one uses ASP.NET configuration system to restrict access which of the following is TRUE ?
- A. The access is restricted only to ASP.NET files B. The access is restricted only to static files and non-ASP.NET resources. C. Both A and B D. None of the Above...
- In ASP.NET if one wants to maintain session then which of the following is used ?
- A. Microsoft SQL Server B. Session State Service C. In-process storage D. All of the above...
- What is the default session out time__________________?
- A. 10 sec B. 20 sec C. 20 min D. 40 min...
- Which of the following is true about session in ASP.NET ?
- A. The default time interval is 5 minutes B. Programmers has to take care of delete sessions after configurable timeout interval C. ASP.NET automatically delete sessions after configurable timeout interval D. None of the Above...
- How do you explicitly kill a user session ?
- A. Session.Exit B. Session.Close( ) C. Session.Discard( ) D. Session.Abandon...
- Which property of the session object is used to set the local identifier ?
- A. SessionId B. LCID C. Item D. Key...
- Which of the following is not the way to maintain state ?
- A. Request object B. Hidden fields C. View state D. Cookies...
- Which of the following denote ways to manage state in an ASP.Net Application ?
- A. Application objects B. Session objects C. ViewState D. All of the above...
- You need to store state data that is accessible to any user who connects to your Web application. Which object should you use ?
- A. Response.ViewState B. Response.Cookies C. Session D. Application...
- Which of the following ASP.NET object encapsulates the state of the client ?
- A. Application object B. Session object C. Server object D. Response object...
Advertisement